home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / outcast.dxr / Internal_91.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  482 b   |  27 lines

  1. on mouseLeave
  2.   set the visible of sprite the currentSpriteNum to 0
  3. end
  4.  
  5. on mouseUp
  6.   case the mouseLine of
  7.     1:
  8.       openPictInfo("esplia")
  9.     2:
  10.       openPictInfo("esplib")
  11.     3:
  12.       openPictInfo("esplic")
  13.     4:
  14.       openPictInfo("esplid")
  15.     5:
  16.       openPictInfo("esplie")
  17.     6:
  18.       openPictInfo("esplif")
  19.   end case
  20.   set the visible of sprite the currentSpriteNum to 0
  21.   updateStage()
  22. end
  23.  
  24. on mouseWithin
  25.   hilite line the mouseLine of field the mouseMember
  26. end
  27.